home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power CD-ROM!! 8
/
Power CD-ROM 8.iso
/
dos
/
vfd15
/
demo.bat
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1994-09-22
|
154 b
|
8 lines
echo off
rem Play all RLE AVIs in a continuous loop with fade transitions.
:start
geewiz * -l1 -d -f3 -g
if errorlevel 1 goto end
goto start
:end